PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableCell Class / setRowSpan Method
The number of rows on which this cell spans.
In This Topic
    setRowSpan Method
    In This Topic
    Sets the number of rows this cell spans on.
    Syntax
    public void setRowSpan( 
       int value
    )

    Parameters

    value
    The number of rows on which this cell spans.
    See Also